object NetworkCfg: TNetworkCfg Left = 163 Top = 129 HelpContext = 10049 BorderIcons = [biSystemMenu] BorderStyle = bsDialog BorderWidth = 4 Caption = 'Network and Administration' ClientHeight = 388 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Book: TPageControl Left = 0 Top = 0 Width = 385 Height = 345 ActivePage = pPrivileges Align = alTop TabOrder = 0 object pNetwork: TTabSheet HelpContext = 13000 Caption = 'Network' object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 361 Height = 217 Caption = 'Connect to the Internet using' TabOrder = 0 object lbHold: TLabel Left = 122 Top = 134 Width = 101 Height = 13 Alignment = taRightJustify Caption = '&Pause between dials:' end object lbSec: TLabel Left = 302 Top = 134 Width = 17 Height = 13 Caption = 'sec' end object lbRetries: TLabel Left = 96 Top = 160 Width = 128 Height = 13 Alignment = taRightJustify Caption = '&Maximum number of retries:' end object rbLAN: TRadioButton Left = 8 Top = 24 Width = 345 Height = 17 Caption = '&Local Area Network or manual connection' Checked = True TabOrder = 0 TabStop = True OnClick = rbLANClick end object rbDUN: TRadioButton Left = 8 Top = 48 Width = 193 Height = 17 Caption = '&Dial-up networking connection' TabOrder = 1 OnClick = rbLANClick end object lDUN: TComboBox Left = 208 Top = 44 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 2 end object cbAutoDisconnect: TCheckBox Left = 24 Top = 72 Width = 334 Height = 17 Caption = 'A&uto-disconnect after mail transmission' Enabled = False TabOrder = 3 end object cbUseExistingDUN: TCheckBox Left = 24 Top = 112 Width = 334 Height = 17 Caption = 'Use an e&xisting Dial-up connection (if any)' TabOrder = 5 end object cbNoAutoDial: TCheckBox Left = 24 Top = 92 Width = 334 Height = 17 Caption = '&No automatical dial for periodical checking' TabOrder = 4 end object bMoreDial: TButton Left = 232 Top = 184 Width = 113 Height = 25 Caption = 'Mor&e...' TabOrder = 8 OnClick = bMoreDialClick end object eDialHold: TXSpinEdit Left = 232 Top = 130 Width = 65 Height = 21 TabOrder = 6 Text = '1' MinValue = 1 MaxValue = 86400 Value = 1 Step = 1 end object eRetries: TXSpinEdit Left = 232 Top = 156 Width = 65 Height = 21 TabOrder = 7 Text = '0' MinValue = 0 MaxValue = 100000 Value = 0 Step = 1 end end object cbLocalDelivery: TCheckBox Left = 16 Top = 290 Width = 353 Height = 17 Caption = '&Allow Local Delivery' TabOrder = 2 end object gbMode: TGroupBox Left = 8 Top = 232 Width = 361 Height = 49 Caption = 'This machine is' TabOrder = 1 object lActMode: TLabel Left = 16 Top = 20 Width = 3 Height = 13 end object bChMode: TButton Left = 270 Top = 14 Width = 75 Height = 25 Caption = 'Change...' TabOrder = 0 OnClick = bChModeClick end end end object pPrivileges: TTabSheet HelpContext = 13006 Caption = 'Privileges' OnEnter = pPrivilegesEnter object Label1: TLabel Left = 8 Top = 20 Width = 43 Height = 13 Caption = '&Account:' FocusControl = cbAccount end object lDisabledActs: TLabel Left = 8 Top = 112 Width = 81 Height = 13 Caption = '&Disabled actions:' FocusControl = clbActions end object cbAccount: TComboBox Left = 88 Top = 16 Width = 281 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cbAccountChange end object rgAccess: TRadioGroup Left = 8 Top = 48 Width = 361 Height = 41 Caption = 'Access rights' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Ad&ministrator' '&User') TabOrder = 1 OnClick = rgAccessClick end object clbActions: TCheckListBox Left = 8 Top = 128 Width = 361 Height = 177 ItemHeight = 13 Items.Strings = ( 'Changing Account Transport properties' 'Folder management' 'Sorting Office' 'Attach files to outgoing messages' 'Configuring General Preferences' 'Configuring Message List and Colour Groups' 'Configuring Editor/Viewer' 'Editing XLAT Tables' 'Configuring System Hot Keys' 'Editing Shortcuts') TabOrder = 2 end end object pGroups: TTabSheet HelpContext = 13011 Caption = 'Groups' object Label2: TLabel Left = 8 Top = 20 Width = 32 Height = 13 Caption = '&Group:' FocusControl = cbGroup end object lUList: TLabel Left = 8 Top = 144 Width = 73 Height = 13 Caption = '&Users included:' FocusControl = gUList end object lPassword: TLabel Left = 8 Top = 88 Width = 49 Height = 13 Caption = '&Password:' FocusControl = ePassword end object lConfirm: TLabel Left = 128 Top = 88 Width = 86 Height = 13 Caption = '&Confirm password:' FocusControl = eConfirm end object cbGroup: TComboBox Left = 101 Top = 16 Width = 265 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cbGroupChange end object bAdd: TButton Left = 61 Top = 42 Width = 96 Height = 25 Caption = '&Add...' TabOrder = 1 OnClick = bAddClick end object bDel: TButton Left = 165 Top = 42 Width = 96 Height = 25 Caption = '&Delete' TabOrder = 2 OnClick = bDelClick end object gUList: TDrawGrid Left = 8 Top = 160 Width = 361 Height = 145 ColCount = 1 DefaultRowHeight = 18 FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goDrawFocusSelected, goThumbTracking] ScrollBars = ssVertical TabOrder = 7 OnDrawCell = gUListDrawCell OnMouseDown = gUListMouseDown ColWidths = ( 356) end object bRename: TButton Left = 269 Top = 42 Width = 96 Height = 25 Caption = '&Rename' TabOrder = 3 OnClick = bAddClick end object ePassword: TEdit Left = 8 Top = 104 Width = 113 Height = 21 PasswordChar = '*' TabOrder = 4 OnChange = ePasswordChange end object eConfirm: TEdit Left = 128 Top = 104 Width = 129 Height = 21 PasswordChar = '*' TabOrder = 5 OnChange = ePasswordChange end object bChange: TButton Left = 264 Top = 100 Width = 107 Height = 25 Caption = 'C&hange' Enabled = False TabOrder = 6 OnClick = bChangeClick end end end object bOK: TButton Left = 128 Top = 360 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 216 Top = 360 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Button3: TButton Left = 304 Top = 360 Width = 73 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = Button3Click end end